const os.supportsCreateWithStickyBit

3 uses

	os (current package)
		file.go#L272: 	if !supportsCreateWithStickyBit && perm&ModeSticky != 0 {
		file_unix.go#L262: 	if !supportsCreateWithStickyBit && flag&O_CREATE != 0 && perm&ModeSticky != 0 {
		sticky_notbsd.go#L9: const supportsCreateWithStickyBit = true